noFill();
beginShape();
vertex(32, 20); // V1 (see p.76)
bezierVertex(80, 5, 80, 75, 30, 75); // C1, C2, V2
endShape();